(function(){try{if(typeof navigator==="undefined"||!navigator.modelContext||typeof navigator.modelContext.registerTool!=="function")return;navigator.modelContext.registerTool({name:"agentsite\_site\_info",description:"List the AgentSite-managed agent-readable resources for this site (llms.txt index, per-page Markdown mirrors).",inputSchema:{type:"object",properties:{},additionalProperties:false},execute:async function(){return{site:"https://agentsite.app",llmsTxt:"https://agentsite.app/llms.txt",llmsFullTxt:"https://agentsite.app/llms-full.txt",markdownMirrorHint:"Append .md to any page URL (e.g. /pricing.md) to fetch the Markdown body."};}});}catch(\_){}})();
```
agentsite is rendering the agent-readable version of this page right now. Retry this URL in ~5 seconds (the Retry-After response header carries the same hint), or append .md to fetch the markdown body once it is ready.
```